BHARAT SEVAK SAMAJ

 

Programming in VB - Theory

 

BSS/CT/3020                                                                    

Time: 2 hrs. Max. Marks: 100

 

I.   Fill in the blanks:                                                                                      (10 x 1 = 10)

 

1.      ........operator is used to divide two numbers and return the reminder.

2.      API stands for.............

3.      ............is not an updatable recordset.

4.      ............object contains a set of records from a database.

5.      The 32 bit application programming interface used to write 32 bit windows application.

6.      ...........data type has a true or false value.

7.      ...........is both a statement and a function.

8.      IDE stands for……........

9.      Using the ...........property we can load an image to a button.

10. We can arrange the tab order of controls by setting the……......property.

 

II. State whether True or False:                                                                   (10 x 1 = 10)

 

1.      The ‘End if’ statement is not needed for a single line if statement.

2.      VB will automatically keep list box items stored.

3.      Option button’s caption is always to the right of the button.

4.      Within a single application, more than one form’s have it’s own menu.

5.      Image control supports stretch property.

6.      OLE stands for Object Linking environment.

7.      Some properties change automatically as you move and resize controls.

8.      You cannot add ActiveX controls to your Tool box.

9.      MsgBox ()  function can return only True or False value.

10. VB doesn’t support multi dimensional arrays.

 

III.Answer any SIX of the following:                                                         (6 x 10 = 60)

 

1.   Explain features of VB.

2. Explain the data types and operators in VB.

3. Explain the functions used in VB.

4. Explain any 10 intrinsic controls in VB.

5. Explain the File manipulation in VB with syntax.

6. Explain the steps for database connectivity in VB.

7. Describe briefly about building reports using crystal reports.

 

III.Answer any ONE of the following:                                                       (1 x 20 = 20)

 

1.      Explain common controls in VB.

2.      Write about Menu bar, Tool bar, Form and Tool Box.